golang.org/x/net/http2.requestParam.path (field)
7 uses
golang.org/x/net/http2 (current package)
server.go#L2141: path: f.PseudoValue("path"),
server.go#L2146: if rp.path != "" || rp.scheme != "" || rp.authority == "" {
server.go#L2149: } else if rp.method == "" || rp.path == "" || (rp.scheme != "https" && rp.scheme != "http") {
server.go#L2195: scheme, authority, path string
server.go#L2242: url_, err = url.ParseRequestURI(rp.path)
server.go#L2246: requestURI = rp.path
server.go#L3124: path: msg.url.RequestURI(),
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)